factorial function - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

factorial function - перевод на русский

PRODUCT OF ALL INTEGERS BETWEEN 1 AND THE INTEGRAL INPUT OF THE FUNCTION
Factorial function; Factorials; Superduperfactorial; N!; Factorial number; Factoral; Factorial growth; X!; ! (math); Approximations of factorial; Negative factorial
  • Absolute values of the complex gamma function, showing poles at non-positive integers
  • The gamma function (shifted one unit left to match the factorials) continuously interpolates the factorial to non-integer values
  • <math>(n/e)^n</math>,}} on a doubly logarithmic scale
  • [[Relative error]] in a truncated Stirling series vs. number of terms
  • TI SR-50A]], a 1975 calculator with a factorial key (third row, center right)
Найдено результатов: 2192
factorial function         

общая лексика

обобщенная степень

факториальный многочлен

factorial         
factorial I noun math. факториал II adj. rare фабричный
factorial         
1) мат. факториал || факториальный
2) факторный
factorial         

[fæk'tɔ:riəl]

общая лексика

факториал

факториальный

генный

математическое выражение, обозначаемое как n!, означающее результат последовательного умножения целых чисел от 1 до n, т.е. 1x2?3?...?(n-1)?n

факторный

Смотрите также

recursive function; asymmetric factorial; augmented factorial; central factorial; complete factorial; factorial arrangement; factorial culmilant; factorial cumulant; factorial distribution; factorial duality; factorial expansion; factorial experiment; factorial function; factorial manifold; factorial mapping; factorial mean; factorial method; factorial moment; factorial morphism; factorial notation; factorial plan; factorial polynomial; factorial ring; factorial scheme; factorial search; factorial semiinvariant; factorial series; factorial sign; factorial sum; factorial test; factorial zero; fractional factorial; generalized factorial; hereditarily factorial; inverse factorial; lower factorial; mixed factorial; nested factorial; replicated factorial; rising factorial; symmetrical factorial; unreplicated factorial; upper factorial; whole factorial

прилагательное

общая лексика

комиссионерский

посреднический

математика

факториальный

статистика

факторный (об эксперименте)

редкое выражение

фабричный

существительное

[fæk'tɔ:riəl]

математика

факториал

статистика

факторный эксперимент

factorial experiment         
  • 300px
  • 
Cube plot for factorial design
  • upright=1.75
  • Pareto plot]] showing the relative magnitude of the factor coefficients.
EXPERIMENT WHOSE DESIGN CONSISTS OF TWO OR MORE FACTORS, EACH WITH DISCRETE POSSIBLE VALUES, AND WHOSE EXPERIMENTAL UNITS TAKE ON ALL POSSIBLE COMBINATIONS OF THESE LEVELS ACROSS ALL SUCH FACTORS
Factorial experiments; Factorial design; Fully-crossed design; Fully crossed design; Factorial designs; Factorial trial
факторный эксперимент; метод изучения явлений, предполагающий исследование влияния нескольких переменных, выявляющий при этом результаты их общего воздействия.
factorial experiment         
  • 300px
  • 
Cube plot for factorial design
  • upright=1.75
  • Pareto plot]] showing the relative magnitude of the factor coefficients.
EXPERIMENT WHOSE DESIGN CONSISTS OF TWO OR MORE FACTORS, EACH WITH DISCRETE POSSIBLE VALUES, AND WHOSE EXPERIMENTAL UNITS TAKE ON ALL POSSIBLE COMBINATIONS OF THESE LEVELS ACROSS ALL SUCH FACTORS
Factorial experiments; Factorial design; Fully-crossed design; Fully crossed design; Factorial designs; Factorial trial

математика

факторный эксперимент

generalized factorial         
GENERALIZATION OF THE MATHEMATICAL FACTORIAL
Bhargava's factorial function; Bhargava factorial function; Generalised factorial; Generalized factorial

математика

обобщенный факториал

lower factorial         
MATHEMATICAL FUNCTIONS
Falling factorial; Rising factorial; Lower factorial; Upper factorial; Pockhammer symbol; Raising factorial; Pochhammer notation; Product of four consecutive integer; Falling Factorial Power; Falling factorial power; Pochammer symbol; Ascending factorial; Descending factorial; Factorial polynomial; Pochhammer function; Rising factorial power; Falling power; Factorial power; Pochhammer symbol; Rising power

математика

нижний факториал

upper factorial         
MATHEMATICAL FUNCTIONS
Falling factorial; Rising factorial; Lower factorial; Upper factorial; Pockhammer symbol; Raising factorial; Pochhammer notation; Product of four consecutive integer; Falling Factorial Power; Falling factorial power; Pochammer symbol; Ascending factorial; Descending factorial; Factorial polynomial; Pochhammer function; Rising factorial power; Falling power; Factorial power; Pochhammer symbol; Rising power

математика

верхний факториал

rising factorial         
MATHEMATICAL FUNCTIONS
Falling factorial; Rising factorial; Lower factorial; Upper factorial; Pockhammer symbol; Raising factorial; Pochhammer notation; Product of four consecutive integer; Falling Factorial Power; Falling factorial power; Pochammer symbol; Ascending factorial; Descending factorial; Factorial polynomial; Pochhammer function; Rising factorial power; Falling power; Factorial power; Pochhammer symbol; Rising power

математика

растущий факториал

Определение

factorial
<mathematics> The mathematical function that takes a natural number, N, and returns the product of N and all smaller positive integers. This is written N! = N * (N-1) * (N-2) * ... * 1. The factorial of zero is one because it is an {empty product}. Factorial can be defined recursively as 0! = 1 N! = N * (N-1)! , N > 0 The gamma function is the equivalent for real numbers. (2005-01-07)

Википедия

Factorial

In mathematics, the factorial of a non-negative integer n {\displaystyle n} , denoted by n ! {\displaystyle n!} , is the product of all positive integers less than or equal to n {\displaystyle n} . The factorial of n {\displaystyle n} also equals the product of n {\displaystyle n} with the next smaller factorial:

For example, The value of 0! is 1, according to the convention for an empty product.

Factorials have been discovered in several ancient cultures, notably in Indian mathematics in the canonical works of Jain literature, and by Jewish mystics in the Talmudic book Sefer Yetzirah. The factorial operation is encountered in many areas of mathematics, notably in combinatorics, where its most basic use counts the possible distinct sequences – the permutations – of n {\displaystyle n} distinct objects: there are n ! {\displaystyle n!} In mathematical analysis, factorials are used in power series for the exponential function and other functions, and they also have applications in algebra, number theory, probability theory, and computer science.

Much of the mathematics of the factorial function was developed beginning in the late 18th and early 19th centuries. Stirling's approximation provides an accurate approximation to the factorial of large numbers, showing that it grows more quickly than exponential growth. Legendre's formula describes the exponents of the prime numbers in a prime factorization of the factorials, and can be used to count the trailing zeros of the factorials. Daniel Bernoulli and Leonhard Euler interpolated the factorial function to a continuous function of complex numbers, except at the negative integers, the (offset) gamma function.

Many other notable functions and number sequences are closely related to the factorials, including the binomial coefficients, double factorials, falling factorials, primorials, and subfactorials. Implementations of the factorial function are commonly used as an example of different computer programming styles, and are included in scientific calculators and scientific computing software libraries. Although directly computing large factorials using the product formula or recurrence is not efficient, faster algorithms are known, matching to within a constant factor the time for fast multiplication algorithms for numbers with the same number of digits.

Как переводится factorial function на Русский язык